resourceMgr

Class: com.microstrategy.web.app.taglibs.ResourceMgrTag

Description:

This tag is used for rendering the contents from the resource manager. If the page resource manager is not enabled, this tag would not generate any content.

Usage:

 <web:resourceMgr>
   javascript content..
 </web:resourceMgr>
 


Name Required? Description
jsEncode false Indicates if the output to render should be encoded for Javascript or not.
Usage:
The encoding that Javascript requires is different from the one done for HTML; for example, quotes need to be paid special attention. The default value if this attribute is not specified is False.
location false Set the location for the content. This parameter is applicable only for type "scriptFiles".
type false Set the type of content to be rendered.